home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
mcomm
/
zmlibs.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-02
|
1KB
|
32 lines
masm /Dmodel=small /Mx /t /w2 desqv;
masm /Dmodel=small /Mx /t /w2 unixdos;
masm /Dmodel=small /Mx /t /w2 zfunc;
cl -c -Ox -Zl -AS batch.c zmdos.c
lib zmlib_s +batch +desqv +unixdos +zfunc +zmdos;
REM bcc -c -X -ms batch.c zmdos.c
REM tlib /C /0 zmlib_s +batch +desqv +unixdos +zfunc +zmdos
masm /Dmodel=compact /Mx /t /w2 desqv;
masm /Dmodel=compact /Mx /t /w2 unixdos;
masm /Dmodel=compact /Mx /t /w2 zfunc;
cl -c -Ox -Zl -AC batch.c zmdos.c
lib zmlib_c +batch +desqv +unixdos +zfunc +zmdos;
REM bcc -c -X -mc batch.c zmdos.c
REM tlib /C /0 zmlib_c +batch +desqv +unixdos +zfunc +zmdos
masm /Dmodel=medium /Mx /t /w2 desqv;
masm /Dmodel=medium /Mx /t /w2 unixdos;
masm /Dmodel=medium /Mx /t /w2 zfunc;
cl -c -Ox -Zl -AM batch.c zmdos.c
lib zmlib_m +batch +desqv +unixdos +zfunc +zmdos;
REM bcc -c -X -mm batch.c zmdos.c
REM tlib /C /0 zmlib_m +batch +desqv +unixdos +zfunc +zmdos
masm /Dmodel=large /Mx /t /w2 desqv;
masm /Dmodel=large /Mx /t /w2 unixdos;
masm /Dmodel=large /Mx /t /w2 zfunc;
cl -c -Ox -Zl -AL batch.c zmdos.c
lib zmlib_l +batch +desqv +unixdos +zfunc +zmdos;
REM bcc -c -X -ml batch.c zmdos.c
REM tlib /C /0 zmlib_l +batch +desqv +unixdos +zfunc +zmdos